export google search results to excel [closed]
Posted
by
Om23
on Programmers
See other posts from Programmers
or by Om23
Published on 2012-08-31T16:46:12Z
Indexed on
2012/08/31
21:49 UTC
Read the original article
Hit count: 105
learning
I want to make a program/script that will be able to take the data from the excel spreadsheet in column A (for example, "team 123") and search Google and take the first 3 results from Google and put the data into the excel spreadsheet.
I don't have that much experience in programming. So what language should I use? I know I have to use REST in the Google custom search API- how would I incorporate this?
This might have been done before but all I've been able to find is scripts on how to export all the search results or the number of search results, not the first 3 search results.
Thanks.
If you know better tags for this post please let me know.
© Programmers or respective owner